From 5d3a68a829cffe56d9d7a50c3523e5de3e7387ad Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Wed, 14 Apr 2004 07:34:11 +0000 Subject: [PATCH] remove spurious gtk_box_pack_start. Wed Apr 14 03:32:58 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): remove spurious gtk_box_pack_start. --- ChangeLog | 7 ++++++- ChangeLog.pre-2-10 | 7 ++++++- ChangeLog.pre-2-4 | 7 ++++++- ChangeLog.pre-2-6 | 7 ++++++- ChangeLog.pre-2-8 | 7 ++++++- gtk/gtkpathbar.c | 1 - 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3ca497414..59f72a96f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ +Wed Apr 14 03:32:58 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (make_directory_button): remove spurious + gtk_box_pack_start. + Tue Apr 13 16:19:23 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text - 'swim' a little, but stops the buttons from resizign, #137210 + 'swim' a little, but stops the buttons from resizing, #137210 2004-04-13 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a3ca497414..59f72a96f9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,8 +1,13 @@ +Wed Apr 14 03:32:58 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (make_directory_button): remove spurious + gtk_box_pack_start. + Tue Apr 13 16:19:23 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text - 'swim' a little, but stops the buttons from resizign, #137210 + 'swim' a little, but stops the buttons from resizing, #137210 2004-04-13 Matthias Clasen diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index a3ca497414..59f72a96f9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,8 +1,13 @@ +Wed Apr 14 03:32:58 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (make_directory_button): remove spurious + gtk_box_pack_start. + Tue Apr 13 16:19:23 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text - 'swim' a little, but stops the buttons from resizign, #137210 + 'swim' a little, but stops the buttons from resizing, #137210 2004-04-13 Matthias Clasen diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a3ca497414..59f72a96f9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,8 +1,13 @@ +Wed Apr 14 03:32:58 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (make_directory_button): remove spurious + gtk_box_pack_start. + Tue Apr 13 16:19:23 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text - 'swim' a little, but stops the buttons from resizign, #137210 + 'swim' a little, but stops the buttons from resizing, #137210 2004-04-13 Matthias Clasen diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a3ca497414..59f72a96f9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,8 +1,13 @@ +Wed Apr 14 03:32:58 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (make_directory_button): remove spurious + gtk_box_pack_start. + Tue Apr 13 16:19:23 2004 Jonathan Blandford * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text - 'swim' a little, but stops the buttons from resizign, #137210 + 'swim' a little, but stops the buttons from resizing, #137210 2004-04-13 Matthias Clasen diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index f8aad8ad8d..791ca7cb20 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -965,7 +965,6 @@ make_directory_button (GtkPathBar *path_bar, label_alignment = gtk_alignment_new (0.5, 0.5, 0., 0.); gtk_container_add (GTK_CONTAINER (label_alignment), button_data->label); child = label_alignment; - gtk_box_pack_start (GTK_BOX (child), label_alignment, FALSE, FALSE, 0); button_data->image = NULL; } -- 2.30.2